const google.golang.org/grpc/internal/grpcutil.maxTimeoutValue
6 uses
google.golang.org/grpc/internal/grpcutil (current package)
encode_duration.go#L26: const maxTimeoutValue int64 = 100000000 - 1
encode_duration.go#L46: if d := div(t, time.Nanosecond); d <= maxTimeoutValue {
encode_duration.go#L49: if d := div(t, time.Microsecond); d <= maxTimeoutValue {
encode_duration.go#L52: if d := div(t, time.Millisecond); d <= maxTimeoutValue {
encode_duration.go#L55: if d := div(t, time.Second); d <= maxTimeoutValue {
encode_duration.go#L58: if d := div(t, time.Minute); d <= maxTimeoutValue {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)